# $Id: a2htmlrc,v 1.2 1999/04/21 20:59:32 tommya Exp $
#
# a2htmlrc, predefines some variables for a2html
# options on the commandline will override these settings
# searchpath is current working directory (a2htmlrc and .a2htmlrc),
# then HOME (a2htmlrc and .a2htmlrc)
# values can be true or false.
# Choose yes, no, true, false, 1 or 0. Nothing for default values.
# Strings starts after the =, rest of line will be included.
# (backtrailing spaces are removed).
# [nomail]
# true :no email parsing
# false:create mailto's (default)
nomail = false
# [crlf]
# true :htmlfile with LF + CR
# false:htmlfile with LF (default)
crlf = false
# [notags]
# true :don't make head, body tags.
# false:make html tags (default)
notags = false
# [nolinks]
# true :don't create links
# false:create links (default)
nolinks = false
# [nopre]
# true :dont put body text in tags
# false: use tags (default)
nopre = false
# [nobr]
# true :dont insert
when nopre is true
# false: insert
(default)
nobr = false
# [nodoctype]
# true :dont use
# false:use doctype tag (default)
nodoctype = false
# [emailsource]
# true :textfile is an email. A header will be created.
# false:textfile is not an email (default)
emailsource = false
# [iso-8859-1]
# true :textfile is written with an iso-8859-1 charset
# false:textfile uses Atari charset (default on Atari)
iso-8859-1 = false
# [footer]
# Insert this line in htmlfile as footer
# Example: footer =
Back to index
footer =
# [separator]
# Insert this htmlline to between emailheader and emailbody (emailsource)
separator =
# [bodybgcolor]
# Change body background color, do not use ""
bodybgcolor = white
# [bodytext]
# Change body color, do not use ""
bodytext = black
# [bodylink]
# Change link color, do not use ""
bodylink = blue
# [quiet]
# true :Don't write errors
# false:Write errors on screen (default)
quiet = false
# [pause]
# true :Wait for a keypress
# false:Just quit when finished (default)
pause = false